Skip to content

fix: replace socat with caddy to correctly proxy JetBrains MCP#14

Open
kimpepper wants to merge 1 commit into
mainfrom
fix/caddy-host-header
Open

fix: replace socat with caddy to correctly proxy JetBrains MCP#14
kimpepper wants to merge 1 commit into
mainfrom
fix/caddy-host-header

Conversation

@kimpepper

Copy link
Copy Markdown
Contributor
  • Replace socat with caddy as the host-side proxy for JetBrains MCP
  • PhpStorm validates the Host header and rejects requests where it isn't 127.0.0.1:64342; socat forwards TCP only and cannot rewrite headers, caddy does this correctly
  • caddy reverse-proxy --from :64343 --to 127.0.0.1:64342 sets the upstream Host header automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant